
.bodyContentContainer{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.bodyContainer{
    width: 100%;
    position: relative;
}
.Container01{
    background: url("../images/1.jpg");
    background-size:100% ;
    width: 100%;
    position: relative;
}
.Container01 .box{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.Container01 .main{
    width: 90%;
    background: rgba(126,126,126,0.73);
    margin:auto;
    margin-top: 150px;
    padding: 50px;
}
.Container01 .main h2{
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 32px;
    margin-bottom: 30px;
}

.Container01 .main div{
    color: #fff;
    height: 430px;
    overflow: hidden;
}
.Container01 .main div p{
    text-indent: 2em;
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    line-height: 30px;
    margin-bottom: 10px;
}
.Container02{
    background: url("../images/2.jpg");
    background-size:100% ;
    width: 100%;
    position: relative;
}
.Container02 .box{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.Container02 .main{
    width: 90%;
    margin:auto;
    margin-top: 150px;
    padding: 50px;
}
.Container02 .main h2{
    width: 100%;
    text-align: center;
    color: #4cb860;
    font-size: 32px;
    margin-bottom: 50px;
}
.Container02 .main .title{
    background-color: rgba(0,0,0,0.49);
    padding: 10px;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 30px;
}
.Container02 .main ul{
    width: 100%;
    margin-top: 10px;
    text-align: center;
}
.Container02 .main ul li{
    background-color: rgba(0,0,0,0.49);
    width: 30%;
    color: #fff;
    padding: 10px;
    display: inline-block;
    text-align: left;
    min-height: 300px;
}
.Container02 .main ul li h5{
    font-size: 16px;
    margin-bottom: 20px;
}
.Container02 .main ul li p{
    font-size: 16px;
    line-height: 36px;
}
.Container03{
    background: url("../images/3.jpg");
    background-size:100% ;
    width: 100%;
    position: relative;
}
.Container03 .box{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.Container03 .main{
    width: 90%;
    margin:auto;
    margin-top: 150px;
    padding: 50px;
}
.Container03 .main h2{
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 32px;
    margin-bottom: 50px;
}
.Container03 .main ul.list{
    width: 940px;
    margin: auto;
    overflow: hidden;
}
.Container03 .main ul.list li{
    margin: 10px;
    float: left;
    width: 112px;
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
    font-size: 15px;
    line-height: 42px;
}
.Container03 .main ul.list li:hover{
    background: #fff;
    color: #E91E63;
    cursor: pointer;
}
.Container03 .main ul.list li.active{
    background: #fff;
    color: #E91E63;
}
.Container03 .main ul.center{
    width: 900px;
    margin:15px auto;
}
.Container03 .main ul.center li{
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 16px;
    display: none;
    line-height: 36px;
}
.Container03 .main ul.center li:first-child{
    display: block
}
.Container04{
    background: url("../images/4.jpg");
    background-size:100% ;
    width: 100%;
    position: relative;
}
.Container04 .box{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.Container04 .main{
    width: 90%;
    margin:auto;
    margin-top: 150px;
    padding: 50px;
}
.Container04 .main h2{
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 32px;
    margin-bottom: 50px;
}
.Container04 .main ul{
    width: 800px;
    padding: 30px;
    margin: auto;
    background-color: rgba(0,0,0,0.49);
}
.Container04 .main ul li{
    line-height: 36px;
    color: #fff;
    font-size: 16px;
    overflow: hidden;
}
.Container04 .main ul a{
    color: #fff;
    font-size: 16px;
    display: block;
    float: left;
}
.Container04 .main ul li:hover a,.Container04 .main ul li:hover span{
    color: #259B24;
    cursor: pointer;
}
.Container04 .main ul li span{
    display: block;
    float: right;
}
.Container04 .footer{
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    z-index: 999999
}

.sidebarContainer{
    position: fixed;
    top: 150px;
    right: 20px;
}
.sidebarContainer li{
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #fff;
    margin-top: 20px;
    cursor: pointer;
}
.sidebarContainer li.sidebarActive{
    background: red;
} 
